Nukedata, position: No periods at and of help string text.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 5 Dec 2005 18:04:06 +0000 (18:04 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 5 Dec 2005 18:04:06 +0000 (18:04 +0000)
gpsbabel/nukedata.c
gpsbabel/position.c

index 3b2f963610a5bf95e2255eb7eae307976f669553..42004518b413f62dd7d0b5ed28b1227045dde1b0 100644 (file)
@@ -29,11 +29,11 @@ static char *nukewpts, *nuketrks, *nukertes;
 
 static
 arglist_t nuke_args[] = {
-       {"waypoints", &nukewpts, "Remove all waypoints from data stream.", 
+       {"waypoints", &nukewpts, "Remove all waypoints from data stream", 
           "0", ARGTYPE_BOOL} , 
-       {"tracks", &nuketrks, "Remove all tracks from data stream.", 
+       {"tracks", &nuketrks, "Remove all tracks from data stream", 
           "0", ARGTYPE_BOOL} , 
-       {"routes", &nukertes, "Remove all routes from data stream.", 
+       {"routes", &nukertes, "Remove all routes from data stream", 
           "0", ARGTYPE_BOOL} , 
        {0, 0, 0, 0, 0}
 };
index 3d61962b664c0b4714d3a80962eb834ea3a14d0d..a47954ff78f1a2e47b40422637df8f78728fc868 100644 (file)
@@ -65,7 +65,7 @@ arglist_t radius_args[] = {
                NULL, ARGTYPE_FLOAT | ARGTYPE_REQUIRED },
        {"exclude", &exclopt,  "Exclude points close to center",
                NULL, ARGTYPE_BOOL },
-       {"nosort", &nosort,    "Inhibit sort by distance to center.",
+       {"nosort", &nosort,    "Inhibit sort by distance to center",
                NULL, ARGTYPE_BOOL },
        {"maxcount", &maxctarg,"Output no more than this number of points",
                NULL, ARGTYPE_INT, "1", NULL },